home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- BorderStyle = 3 'Fixed Dialog
- Caption = "Form still under contruction"
- ClientHeight = 2850
- ClientLeft = 1590
- ClientTop = 1440
- ClientWidth = 4785
- Height = 3255
- Left = 1530
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2850
- ScaleWidth = 4785
- ShowInTaskbar = 0 'False
- Top = 1095
- Width = 4905
- Begin VB.TextBox Text3
- Height = 285
- Left = 1560
- TabIndex = 7
- Top = 1320
- Width = 2655
- End
- Begin VB.TextBox Text4
- Height = 285
- Left = 1560
- TabIndex = 9
- Top = 1680
- Width = 2655
- End
- Begin VB.TextBox Text2
- Height = 285
- Left = 1560
- TabIndex = 5
- Top = 960
- Width = 2655
- End
- Begin VB.TextBox Text1
- Height = 285
- Left = 1560
- TabIndex = 3
- Top = 600
- Width = 2655
- End
- Begin VB.CommandButton Command1
- Caption = "&Cancel"
- Height = 375
- Left = 1800
- TabIndex = 0
- Top = 2280
- Width = 975
- End
- Begin VB.Label Label5
- Caption = "Phone"
- Height = 255
- Left = 480
- TabIndex = 8
- Top = 1680
- Width = 855
- End
- Begin VB.Label Label4
- Caption = "Address"
- Height = 255
- Left = 480
- TabIndex = 6
- Top = 1320
- Width = 975
- End
- Begin VB.Label Label3
- Caption = "Last Name"
- Height = 255
- Left = 480
- TabIndex = 4
- Top = 960
- Width = 975
- End
- Begin VB.Label Label2
- Caption = "First Name"
- Height = 255
- Left = 480
- TabIndex = 2
- Top = 600
- Width = 975
- End
- Begin VB.Label Label1
- Caption = "This Form has not yet been completed by the developer. "
- ForeColor = &H00FF0000&
- Height = 255
- Left = 360
- TabIndex = 1
- Top = 120
- Width = 4215
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Form2.Hide
- End Sub
-